home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue49 / Clinic / TermApp2U.dfm / TermApp2U.txt
Text File  |  1999-06-02  |  2KB  |  80 lines

  1. object ShutAppForm: TShutAppForm
  2.   Left = 320
  3.   Top = 388
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 217
  6.   ClientWidth = 363
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 72
  18.     Top = 16
  19.     Width = 275
  20.     Height = 26
  21.     Caption = 
  22.       'This program is not responding. It may be busy, waiting for a re' +
  23.       'sponse from you, or it may have stopped running.'
  24.     WordWrap = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 72
  28.     Top = 64
  29.     Width = 228
  30.     Height = 13
  31.     Caption = '-   Click Cancel to ignore and return to Windows.'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 72
  35.     Top = 96
  36.     Width = 262
  37.     Height = 26
  38.     Caption = 
  39.       '-   To close this program immediately, click End Task.'#13'    You w' +
  40.       'ill lose any unsaved information in this program.'
  41.     WordWrap = True
  42.   end
  43.   object Image1: TImage
  44.     Left = 8
  45.     Top = 16
  46.     Width = 49
  47.     Height = 49
  48.     AutoSize = True
  49.   end
  50.   object Button1: TButton
  51.     Left = 80
  52.     Top = 184
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'End Task'
  56.     Default = True
  57.     ModalResult = 100
  58.     TabOrder = 0
  59.   end
  60.   object Button2: TButton
  61.     Left = 168
  62.     Top = 184
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Wait'
  66.     ModalResult = 101
  67.     TabOrder = 1
  68.   end
  69.   object Button3: TButton
  70.     Left = 256
  71.     Top = 184
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 2
  78.   end
  79. end
  80.